Skip to content

feat(async/unstable): add AbortSignal and toReadableStream to Channel#7086

Open
tomas-zijdemans wants to merge 2 commits intodenoland:mainfrom
tomas-zijdemans:channel-ready
Open

feat(async/unstable): add AbortSignal and toReadableStream to Channel#7086
tomas-zijdemans wants to merge 2 commits intodenoland:mainfrom
tomas-zijdemans:channel-ready

Conversation

@tomas-zijdemans
Copy link
Copy Markdown
Contributor

  • AbortSignal support for send() and receive()
  • Cancellation-aware internal queues
  • Improved tryReceive() return type
  • toReadableStream() method
  • close() overload signatures
  • Minor optimizations

@github-actions github-actions bot added the async label Apr 5, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.42%. Comparing base (1cd63ca) to head (a376120).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7086      +/-   ##
==========================================
+ Coverage   94.41%   94.42%   +0.01%     
==========================================
  Files         630      630              
  Lines       50490    50569      +79     
  Branches     8949     8972      +23     
==========================================
+ Hits        47669    47749      +80     
  Misses       2249     2249              
+ Partials      572      571       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant